home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0902 / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-02-06  |  2KB  |  85 lines

  1. object Form1: TForm1
  2.   Left = 9
  3.   Top = 416
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = ' '
  7.   ClientHeight = 107
  8.   ClientWidth = 429
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Backdrop1: TBackdrop
  18.     Left = 0
  19.     Top = 0
  20.     Width = 429
  21.     Height = 107
  22.   end
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 5
  26.     Width = 356
  27.     Height = 37
  28.     Caption = 'CleanUp for Windows 95'
  29.     Font.Color = clYellow
  30.     Font.Height = -32
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 40
  39.     Width = 191
  40.     Height = 13
  41.     Caption = 'Copyright ∩┐╜ 1997 Doesn'#39't Byte Software'
  42.     Font.Color = clYellow
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     Transparent = True
  48.   end
  49.   object Label3: TLabel
  50.     Left = 8
  51.     Top = 56
  52.     Width = 83
  53.     Height = 13
  54.     Caption = 'All rights reserved'
  55.     Font.Color = clYellow
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object GIFImage1: TGIFImage
  63.     Left = 368
  64.     Top = 8
  65.     Width = 32
  66.     Height = 32
  67.     Animate = False
  68.     AutoSize = True
  69.     Center = False
  70.     FileName = 'C:\Programs\CleanUp\CleanUp.gif'
  71.     Loop = False
  72.     SeeThrough = True
  73.     Stretch = False
  74.     Tile = False
  75.     Visible = True
  76.   end
  77.   object Timer1: TTimer
  78.     Enabled = False
  79.     Interval = 500
  80.     OnTimer = Timer1Timer
  81.     Left = 8
  82.     Top = 80
  83.   end
  84. end
  85.